home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / purge / PURG504.EXE / {app} / PURGEIE.EXE / 0 / RCDATA / TNOPROTECTION / TNOPROTECTION.txt
Text File  |  2004-01-01  |  3KB  |  130 lines

  1. object NoProtection: TNoProtection
  2.   Left = 676
  3.   Top = 523
  4.   BorderStyle = bsDialog
  5.   Caption = 'Purgeie - Warning - No Cookies are protected'
  6.   ClientHeight = 264
  7.   ClientWidth = 442
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 425
  23.     Height = 176
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 24
  28.     Top = 24
  29.     Width = 289
  30.     Height = 16
  31.     Caption = 'You have chosen to purge "Unprotected Cookies".'
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -13
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label2: TLabel
  40.     Left = 24
  41.     Top = 50
  42.     Width = 218
  43.     Height = 16
  44.     Caption = 'No Cookies are marked as Protected.'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -13
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Label3: TLabel
  53.     Left = 24
  54.     Top = 76
  55.     Width = 304
  56.     Height = 16
  57.     Caption = 'If you choose "Continue", all Cookies will be deleted.'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -13
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Label4: TLabel
  66.     Left = 24
  67.     Top = 102
  68.     Width = 298
  69.     Height = 16
  70.     Caption = 'If you choose "Bypass", no Cookies will be deleted.'
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -13
  74.     Font.Name = 'Arial'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object Label5: TLabel
  79.     Left = 24
  80.     Top = 128
  81.     Width = 383
  82.     Height = 32
  83.     Caption = 
  84.       'You can use the "Protect" button to access the "Protect" window ' +
  85.       'and then choose "Cookies" to list and protect the current Cookie' +
  86.       's.'
  87.     Font.Charset = ANSI_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -13
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     WordWrap = True
  94.   end
  95.   object OKBtn: TButton
  96.     Left = 127
  97.     Top = 224
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'Continue'
  101.     ModalResult = 1
  102.     TabOrder = 1
  103.   end
  104.   object CancelBtn: TButton
  105.     Left = 239
  106.     Top = 224
  107.     Width = 75
  108.     Height = 25
  109.     Cancel = True
  110.     Caption = 'Bypass'
  111.     Default = True
  112.     ModalResult = 2
  113.     TabOrder = 0
  114.   end
  115.   object CheckBox1: TCheckBox
  116.     Left = 128
  117.     Top = 190
  118.     Width = 305
  119.     Height = 17
  120.     Caption = 'do not show this message again'
  121.     Font.Charset = ANSI_CHARSET
  122.     Font.Color = clWindowText
  123.     Font.Height = -11
  124.     Font.Name = 'Arial'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 2
  128.   end
  129. end
  130.